SortAsync(SortDescription[]) Method
Sorts the collection according to the specified sort descriptions.
'Declaration
Public Overloads Function SortAsync( _
ByVal ParamArray () As SortDescription _
) As Task
Parameters
- sortDescriptions
- The sort descriptions that determine how the data will be sort.